projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cce90d
)
listbox: Don't compare int to uint
author
Timm Bäder
<mail@baedert.org>
Sat, 16 Apr 2016 11:57:08 +0000
(13:57 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 12 May 2016 18:39:39 +0000
(20:39 +0200)
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 25be5931e3c6df4618021d0f95a600302250c0a1..91c08e361e1bbcdf0ae93803ce37410a672f1785 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-3805,7
+3805,7
@@
gtk_list_box_bound_model_changed (GListModel *list,
{
GtkListBox *box = user_data;
GtkListBoxPrivate *priv = BOX_PRIV (user_data);
- gint i;
+ g
u
int i;
while (removed--)
{